Serializes IntRange in their closer representation: 6..9 // -> "6..9".
6..9 // -> "6..9"
Serializes LongRange in their closer representation: 6L..9L // -> "6..9".
6L..9L // -> "6..9"